home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / xa / OverviewPane$PasteAction.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  637 b   |  19 lines

  1. package com.extensibility.xa;
  2.  
  3. import com.extensibility.app.BaseAction;
  4. import java.awt.event.ActionEvent;
  5.  
  6. public class OverviewPane$PasteAction extends BaseAction {
  7.    // $FF: synthetic field
  8.    final OverviewPane this$0;
  9.  
  10.    public OverviewPane$PasteAction(OverviewPane var1) {
  11.       super("edit.item.paste", 86);
  12.       this.this$0 = var1;
  13.    }
  14.  
  15.    public void actionOccurred(ActionEvent var1) {
  16.       this.this$0.paste();
  17.    }
  18. }
  19.